Html Css Color HEX #CC721B Ochre

📋 copy color: '#CC721B'

red 204 ◦ green 114 ◦ blue 27

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

Shades of Ochre #CC721B

Tints of Ochre #CC721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 59.13%
G = 33.04%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC721B (or 0xCC721B) is known color: Ochre. HEX triplet: CC, 72 and 1B. RGB value is (204,114,27). Sum of RGB (Red+Green+Blue) = 204+114+27=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC721B is #338DE4. Grayscale: #838383. Windows color (decimal): -3378661 or 1798860. OLE color: 1798860.

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

Color convert

RGB 204 114 27 -
CMYK 0 0.44 0.87 0.2
HSL 29.49º 0.77% 0.45% -
HSV(B) 29.49º 0.87% 0.8% -
XYZ 31.12 24.95 4.21 -
YUV 130.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 204 114 27 0 0.44 0.87 0.2 29.49 0.77 0.45
Hex CC 72 1B 0 2C 57 14 1D 4D 2D
Octal 314 162 33 0 54 127 24 35 115 55
Binary 11001100 1110010 11011 0 101100 1010111 10100 11101 1001101 101101

Color Harmonies of #CC721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC721B

Black with #CC721B

Text Example


Text Example

White with #CC721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC721B; }

 p { color: rgb(204,114,27); }

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

background-color css

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

 a { background-color: rgb(204,114,27); }

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

border-color css

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

 span { border-color: rgb(204,114,27); }

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