Html Css Color HEX #CC730C Ochre

📋 copy color: '#CC730C'

red 204 ◦ green 115 ◦ blue 12

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

Shades of Ochre #CC730C

Tints of Ochre #CC730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 12 (5.08% from 255) = 3.63%

R = 61.63%
G = 34.74%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC730C (or 0xCC730C) is known color: Ochre. HEX triplet: CC, 73 and 0C. RGB value is (204,115,12). Sum of RGB (Red+Green+Blue) = 204+115+12=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC730C is #338CF3. Grayscale: #828282. Windows color (decimal): -3378420 or 816076. OLE color: 816076.

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

Color convert

RGB 204 115 12 -
CMYK 0 0.44 0.94 0.2
HSL 32.19º 0.89% 0.42% -
HSV(B) 32.19º 0.94% 0.8% -
XYZ 31.1 25.13 3.56 -
YUV 129.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 204 115 12 0 0.44 0.94 0.2 32.19 0.89 0.42
Hex CC 73 C 0 2C 5E 14 20 59 2A
Octal 314 163 14 0 54 136 24 40 131 52
Binary 11001100 1110011 1100 0 101100 1011110 10100 100000 1011001 101010

Color Harmonies of #CC730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC730C

Black with #CC730C

Text Example


Text Example

White with #CC730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC730C; }

 p { color: rgb(204,115,12); }

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

background-color css

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

 a { background-color: rgb(204,115,12); }

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

border-color css

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

 span { border-color: rgb(204,115,12); }

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