Html Css Color HEX #CC7915 Ochre

📋 copy color: '#CC7915'

red 204 ◦ green 121 ◦ blue 21

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

Shades of Ochre #CC7915

Tints of Ochre #CC7915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 21 (8.59% from 255) = 6.07%

R = 58.96%
G = 34.97%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7915 (or 0xCC7915) is known color: Ochre. HEX triplet: CC, 79 and 15. RGB value is (204,121,21). Sum of RGB (Red+Green+Blue) = 204+121+21=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7915 is #3386EA. Grayscale: #868686. Windows color (decimal): -3376875 or 1407436. OLE color: 1407436.

HSL color Cylindrical-coordinate representation of color #CC7915: hue angle of 32.79º degrees, saturation: 0.81, 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 #CC7915 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 21 -
CMYK 0 0.41 0.90 0.2
HSL 32.79º 0.81% 0.44% -
HSV(B) 32.79º 0.9% 0.8% -
XYZ 31.87 26.57 4.16 -
YUV 134.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 204 121 21 0 0.41 0.90 0.2 32.79 0.81 0.44
Hex CC 79 15 0 29 5A 14 21 51 2C
Octal 314 171 25 0 51 132 24 41 121 54
Binary 11001100 1111001 10101 0 101001 1011010 10100 100001 1010001 101100

Color Harmonies of #CC7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7915

Black with #CC7915

Text Example


Text Example

White with #CC7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7915; }

 p { color: rgb(204,121,21); }

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

background-color css

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

 a { background-color: rgb(204,121,21); }

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

border-color css

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

 span { border-color: rgb(204,121,21); }

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