Html Css Color HEX #CC790A Ochre

📋 copy color: '#CC790A'

red 204 ◦ green 121 ◦ blue 10

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

Shades of Ochre #CC790A

Tints of Ochre #CC790A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 60.9%
G = 36.12%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC790A (or 0xCC790A) is known color: Ochre. HEX triplet: CC, 79 and 0A. RGB value is (204,121,10). Sum of RGB (Red+Green+Blue) = 204+121+10=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC790A is #3386F5. Grayscale: #858585. Windows color (decimal): -3376886 or 686540. OLE color: 686540.

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

Color convert

RGB 204 121 10 -
CMYK 0 0.41 0.95 0.2
HSL 34.33º 0.91% 0.42% -
HSV(B) 34.33º 0.95% 0.8% -
XYZ 31.79 26.53 3.73 -
YUV 133.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 204 121 10 0 0.41 0.95 0.2 34.33 0.91 0.42
Hex CC 79 A 0 29 5F 14 22 5B 2A
Octal 314 171 12 0 51 137 24 42 133 52
Binary 11001100 1111001 1010 0 101001 1011111 10100 100010 1011011 101010

Color Harmonies of #CC790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC790A

Black with #CC790A

Text Example


Text Example

White with #CC790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC790A; }

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

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

background-color css

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

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

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

border-color css

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

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

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