Html Css Color HEX #CC791B Ochre

📋 copy color: '#CC791B'

red 204 ◦ green 121 ◦ blue 27

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

Shades of Ochre #CC791B

Tints of Ochre #CC791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

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

R = 57.95%
G = 34.38%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC791B (or 0xCC791B) is known color: Ochre. HEX triplet: CC, 79 and 1B. RGB value is (204,121,27). Sum of RGB (Red+Green+Blue) = 204+121+27=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC791B is #3386E4. Grayscale: #878787. Windows color (decimal): -3376869 or 1800652. OLE color: 1800652.

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

Color convert

RGB 204 121 27 -
CMYK 0 0.41 0.87 0.2
HSL 31.86º 0.77% 0.45% -
HSV(B) 31.86º 0.87% 0.8% -
XYZ 31.94 26.59 4.49 -
YUV 135.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 204 121 27 0 0.41 0.87 0.2 31.86 0.77 0.45
Hex CC 79 1B 0 29 57 14 20 4D 2D
Octal 314 171 33 0 51 127 24 40 115 55
Binary 11001100 1111001 11011 0 101001 1010111 10100 100000 1001101 101101

Color Harmonies of #CC791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC791B

Black with #CC791B

Text Example


Text Example

White with #CC791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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