Html Css Color HEX #CC741C Ochre

📋 copy color: '#CC741C'

red 204 ◦ green 116 ◦ blue 28

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

Shades of Ochre #CC741C

Tints of Ochre #CC741C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 58.62%
G = 33.33%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC741C (or 0xCC741C) is known color: Ochre. HEX triplet: CC, 74 and 1C. RGB value is (204,116,28). Sum of RGB (Red+Green+Blue) = 204+116+28=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC741C is #338BE3. Grayscale: #848484. Windows color (decimal): -3378148 or 1864908. OLE color: 1864908.

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

Color convert

RGB 204 116 28 -
CMYK 0 0.43 0.86 0.2
HSL 30º 0.76% 0.45% -
HSV(B) 30º 0.86% 0.8% -
XYZ 31.36 25.41 4.35 -
YUV 132.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 204 116 28 0 0.43 0.86 0.2 30 0.76 0.45
Hex CC 74 1C 0 2B 56 14 1E 4C 2D
Octal 314 164 34 0 53 126 24 36 114 55
Binary 11001100 1110100 11100 0 101011 1010110 10100 11110 1001100 101101

Color Harmonies of #CC741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC741C

Black with #CC741C

Text Example


Text Example

White with #CC741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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