Html Css Color HEX #CC721A Ochre

📋 copy color: '#CC721A'

red 204 ◦ green 114 ◦ blue 26

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

Shades of Ochre #CC721A

Tints of Ochre #CC721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 59.3%
G = 33.14%
B = 7.56%

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

#CC721A (or 0xCC721A) is known color: Ochre. HEX triplet: CC, 72 and 1A. RGB value is (204,114,26). Sum of RGB (Red+Green+Blue) = 204+114+26=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC721A is #338DE5. Grayscale: #838383. Windows color (decimal): -3378662 or 1733324. OLE color: 1733324.

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

Color convert

RGB 204 114 26 -
CMYK 0 0.44 0.87 0.2
HSL 29.66º 0.77% 0.45% -
HSV(B) 29.66º 0.87% 0.8% -
XYZ 31.11 24.95 4.15 -
YUV 130.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 204 114 26 0 0.44 0.87 0.2 29.66 0.77 0.45
Hex CC 72 1A 0 2C 57 14 1E 4D 2D
Octal 314 162 32 0 54 127 24 36 115 55
Binary 11001100 1110010 11010 0 101100 1010111 10100 11110 1001101 101101

Color Harmonies of #CC721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC721A

Black with #CC721A

Text Example


Text Example

White with #CC721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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