Html Css Color HEX #CC7C0F Ochre

📋 copy color: '#CC7C0F'

red 204 ◦ green 124 ◦ blue 15

#CC7C0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7C0F

Tints of Ochre #CC7C0F

RGB

 RED value IS 204 (80.08% from 255) = 59.48%

 GREEN value IS 124 (48.83% from 255) = 36.15%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 59.48%
G = 36.15%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC7C0F (or 0xCC7C0F) is known color: Ochre. HEX triplet: CC, 7C and 0F. RGB value is (204,124,15). Sum of RGB (Red+Green+Blue) = 204+124+15=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C0F is #3383F0. Grayscale: #888888. Windows color (decimal): -3376113 or 1014988. OLE color: 1014988.

HSL color Cylindrical-coordinate representation of color #CC7C0F: hue angle of 34.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC7C0F is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 15 -
CMYK 0 0.39 0.93 0.2
HSL 34.6º 0.86% 0.43% -
HSV(B) 34.6º 0.93% 0.8% -
XYZ 32.2 27.29 4.02 -
YUV 135.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 204 124 15 0 0.39 0.93 0.2 34.6 0.86 0.43
Hex CC 7C F 0 27 5D 14 23 56 2B
Octal 314 174 17 0 47 135 24 43 126 53
Binary 11001100 1111100 1111 0 100111 1011101 10100 100011 1010110 101011

Color Harmonies of #CC7C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C0F

Black with #CC7C0F

Text Example


Text Example

White with #CC7C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C0F; }

 p { color: rgb(204,124,15); }

 H1.HeaderClassName
 {
   color: #CC7C0F;
 }
 .AnyTagClassName
 {
   color: #CC7C0F;
 }
</style>

background-color css

<style>
 a { background-color: #CC7C0F; }

 a { background-color: rgb(204,124,15); }

 div.DivClassName
 {
   background-color: #CC7C0F;
 }
 .BgClassName
 {
   background-color: #CC7C0F;
 }
</style>

border-color css

<style>
 span { border-color: #CC7C0F; }

 span { border-color: rgb(204,124,15); }

 td.TdClassName
 {
   border-color: #CC7C0F;
 }
 .TagClassName
 {
   border-color: #CC7C0F;
 }
</style>