Html Css Color HEX #CC7B15 Ochre

📋 copy color: '#CC7B15'

red 204 ◦ green 123 ◦ blue 21

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

Shades of Ochre #CC7B15

Tints of Ochre #CC7B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 58.62%
G = 35.34%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7B15 (or 0xCC7B15) is known color: Ochre. HEX triplet: CC, 7B and 15. RGB value is (204,123,21). Sum of RGB (Red+Green+Blue) = 204+123+21=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B15 is #3384EA. Grayscale: #888888. Windows color (decimal): -3376363 or 1407948. OLE color: 1407948.

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

Color convert

RGB 204 123 21 -
CMYK 0 0.40 0.90 0.2
HSL 33.44º 0.81% 0.44% -
HSV(B) 33.44º 0.9% 0.8% -
XYZ 32.12 27.06 4.24 -
YUV 135.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 204 123 21 0 0.40 0.90 0.2 33.44 0.81 0.44
Hex CC 7B 15 0 28 5A 14 21 51 2C
Octal 314 173 25 0 50 132 24 41 121 54
Binary 11001100 1111011 10101 0 101000 1011010 10100 100001 1010001 101100

Color Harmonies of #CC7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B15

Black with #CC7B15

Text Example


Text Example

White with #CC7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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