Html Css Color HEX #CC7023 Ochre

📋 copy color: '#CC7023'

red 204 ◦ green 112 ◦ blue 35

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

Shades of Ochre #CC7023

Tints of Ochre #CC7023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 35 (14.06% from 255) = 9.97%

R = 58.12%
G = 31.91%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7023 (or 0xCC7023) is known color: Ochre. HEX triplet: CC, 70 and 23. RGB value is (204,112,35). Sum of RGB (Red+Green+Blue) = 204+112+35=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7023 is #338FDC. Grayscale: #838383. Windows color (decimal): -3379165 or 2322636. OLE color: 2322636.

HSL color Cylindrical-coordinate representation of color #CC7023: hue angle of 27.34º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7023 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 35 -
CMYK 0 0.45 0.83 0.2
HSL 27.34º 0.71% 0.47% -
HSV(B) 27.34º 0.83% 0.8% -
XYZ 31 24.55 4.69 -
YUV 130.73 73.98 180.26 -
System Red Green Blue C M Y K H S L
Decimal 204 112 35 0 0.45 0.83 0.2 27.34 0.71 0.47
Hex CC 70 23 0 2D 53 14 1B 47 2F
Octal 314 160 43 0 55 123 24 33 107 57
Binary 11001100 1110000 100011 0 101101 1010011 10100 11011 1000111 101111

Color Harmonies of #CC7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7023

Black with #CC7023

Text Example


Text Example

White with #CC7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7023; }

 p { color: rgb(204,112,35); }

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

background-color css

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

 a { background-color: rgb(204,112,35); }

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

border-color css

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

 span { border-color: rgb(204,112,35); }

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