Html Css Color HEX #CC791D Ochre

📋 copy color: '#CC791D'

red 204 ◦ green 121 ◦ blue 29

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

Shades of Ochre #CC791D

Tints of Ochre #CC791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 57.63%
G = 34.18%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC791D (or 0xCC791D) is known color: Ochre. HEX triplet: CC, 79 and 1D. RGB value is (204,121,29). Sum of RGB (Red+Green+Blue) = 204+121+29=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC791D is #3386E2. Grayscale: #878787. Windows color (decimal): -3376867 or 1931724. OLE color: 1931724.

HSL color Cylindrical-coordinate representation of color #CC791D: hue angle of 31.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC791D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 29 -
CMYK 0 0.41 0.86 0.2
HSL 31.54º 0.75% 0.46% -
HSV(B) 31.54º 0.86% 0.8% -
XYZ 31.96 26.6 4.61 -
YUV 135.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 204 121 29 0 0.41 0.86 0.2 31.54 0.75 0.46
Hex CC 79 1D 0 29 56 14 20 4B 2E
Octal 314 171 35 0 51 126 24 40 113 56
Binary 11001100 1111001 11101 0 101001 1010110 10100 100000 1001011 101110

Color Harmonies of #CC791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC791D

Black with #CC791D

Text Example


Text Example

White with #CC791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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