Html Css Color HEX #CF762C Ochre

📋 copy color: '#CF762C'

red 207 ◦ green 118 ◦ blue 44

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

Shades of Ochre #CF762C

Tints of Ochre #CF762C

RGB

 RED value IS 207 (81.25% from 255) = 56.1%

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 56.1%
G = 31.98%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF762C (or 0xCF762C) is known color: Ochre. HEX triplet: CF, 76 and 2C. RGB value is (207,118,44). Sum of RGB (Red+Green+Blue) = 207+118+44=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF762C is #3089D3. Grayscale: #888888. Windows color (decimal): -3181012 or 2913999. OLE color: 2913999.

HSL color Cylindrical-coordinate representation of color #CF762C: hue angle of 27.24º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF762C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 44 -
CMYK 0 0.43 0.79 0.19
HSL 27.24º 0.65% 0.49% -
HSV(B) 27.24º 0.79% 0.81% -
XYZ 32.67 26.4 5.76 -
YUV 136.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 207 118 44 0 0.43 0.79 0.19 27.24 0.65 0.49
Hex CF 76 2C 0 2B 4F 13 1B 41 31
Octal 317 166 54 0 53 117 23 33 101 61
Binary 11001111 1110110 101100 0 101011 1001111 10011 11011 1000001 110001

Color Harmonies of #CF762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF762C

Black with #CF762C

Text Example


Text Example

White with #CF762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF762C; }

 p { color: rgb(207,118,44); }

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

background-color css

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

 a { background-color: rgb(207,118,44); }

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

border-color css

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

 span { border-color: rgb(207,118,44); }

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