Html Css Color HEX #CC722B Ochre

📋 copy color: '#CC722B'

red 204 ◦ green 114 ◦ blue 43

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

Shades of Ochre #CC722B

Tints of Ochre #CC722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 56.51%
G = 31.58%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC722B (or 0xCC722B) is known color: Ochre. HEX triplet: CC, 72 and 2B. RGB value is (204,114,43). Sum of RGB (Red+Green+Blue) = 204+114+43=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC722B is #338DD4. Grayscale: #858585. Windows color (decimal): -3378645 or 2847436. OLE color: 2847436.

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

Color convert

RGB 204 114 43 -
CMYK 0 0.44 0.79 0.2
HSL 26.46º 0.65% 0.48% -
HSV(B) 26.46º 0.79% 0.8% -
XYZ 31.36 25.05 5.47 -
YUV 132.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 204 114 43 0 0.44 0.79 0.2 26.46 0.65 0.48
Hex CC 72 2B 0 2C 4F 14 1A 41 30
Octal 314 162 53 0 54 117 24 32 101 60
Binary 11001100 1110010 101011 0 101100 1001111 10100 11010 1000001 110000

Color Harmonies of #CC722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC722B

Black with #CC722B

Text Example


Text Example

White with #CC722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC722B; }

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

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

background-color css

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

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

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

border-color css

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

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

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