Html Css Color HEX #CC7515 Ochre

📋 copy color: '#CC7515'

red 204 ◦ green 117 ◦ blue 21

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

Shades of Ochre #CC7515

Tints of Ochre #CC7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 59.65%
G = 34.21%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7515 (or 0xCC7515) is known color: Ochre. HEX triplet: CC, 75 and 15. RGB value is (204,117,21). Sum of RGB (Red+Green+Blue) = 204+117+21=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7515 is #338AEA. Grayscale: #848484. Windows color (decimal): -3377899 or 1406412. OLE color: 1406412.

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

Color convert

RGB 204 117 21 -
CMYK 0 0.43 0.90 0.2
HSL 31.48º 0.81% 0.44% -
HSV(B) 31.48º 0.9% 0.8% -
XYZ 31.4 25.61 4 -
YUV 132.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 204 117 21 0 0.43 0.90 0.2 31.48 0.81 0.44
Hex CC 75 15 0 2B 5A 14 1F 51 2C
Octal 314 165 25 0 53 132 24 37 121 54
Binary 11001100 1110101 10101 0 101011 1011010 10100 11111 1010001 101100

Color Harmonies of #CC7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7515

Black with #CC7515

Text Example


Text Example

White with #CC7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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