Html Css Color HEX #CC741A Ochre

📋 copy color: '#CC741A'

red 204 ◦ green 116 ◦ blue 26

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

Shades of Ochre #CC741A

Tints of Ochre #CC741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 58.96%
G = 33.53%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC741A (or 0xCC741A) is known color: Ochre. HEX triplet: CC, 74 and 1A. RGB value is (204,116,26). Sum of RGB (Red+Green+Blue) = 204+116+26=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC741A is #338BE5. Grayscale: #848484. Windows color (decimal): -3378150 or 1733836. OLE color: 1733836.

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

Color convert

RGB 204 116 26 -
CMYK 0 0.43 0.87 0.2
HSL 30.34º 0.77% 0.45% -
HSV(B) 30.34º 0.87% 0.8% -
XYZ 31.33 25.4 4.23 -
YUV 132.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 204 116 26 0 0.43 0.87 0.2 30.34 0.77 0.45
Hex CC 74 1A 0 2B 57 14 1E 4D 2D
Octal 314 164 32 0 53 127 24 36 115 55
Binary 11001100 1110100 11010 0 101011 1010111 10100 11110 1001101 101101

Color Harmonies of #CC741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC741A

Black with #CC741A

Text Example


Text Example

White with #CC741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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