Html Css Color HEX #CC7C14 Ochre

📋 copy color: '#CC7C14'

red 204 ◦ green 124 ◦ blue 20

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

Shades of Ochre #CC7C14

Tints of Ochre #CC7C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 58.62%
G = 35.63%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7C14 (or 0xCC7C14) is known color: Ochre. HEX triplet: CC, 7C and 14. RGB value is (204,124,20). Sum of RGB (Red+Green+Blue) = 204+124+20=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C14 is #3383EB. Grayscale: #888888. Windows color (decimal): -3376108 or 1342668. OLE color: 1342668.

HSL color Cylindrical-coordinate representation of color #CC7C14: hue angle of 33.91º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC7C14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 20 -
CMYK 0 0.39 0.90 0.2
HSL 33.91º 0.82% 0.44% -
HSV(B) 33.91º 0.9% 0.8% -
XYZ 32.24 27.3 4.23 -
YUV 136.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 204 124 20 0 0.39 0.90 0.2 33.91 0.82 0.44
Hex CC 7C 14 0 27 5A 14 22 52 2C
Octal 314 174 24 0 47 132 24 42 122 54
Binary 11001100 1111100 10100 0 100111 1011010 10100 100010 1010010 101100

Color Harmonies of #CC7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C14

Black with #CC7C14

Text Example


Text Example

White with #CC7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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