Html Css Color HEX #CF711C Ochre

📋 copy color: '#CF711C'

red 207 ◦ green 113 ◦ blue 28

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

Shades of Ochre #CF711C

Tints of Ochre #CF711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 59.48%
G = 32.47%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF711C (or 0xCF711C) is known color: Ochre. HEX triplet: CF, 71 and 1C. RGB value is (207,113,28). Sum of RGB (Red+Green+Blue) = 207+113+28=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF711C is #308EE3. Grayscale: #838383. Windows color (decimal): -3182308 or 1864143. OLE color: 1864143.

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

Color convert

RGB 207 113 28 -
CMYK 0 0.45 0.86 0.19
HSL 28.49º 0.76% 0.46% -
HSV(B) 28.49º 0.86% 0.81% -
XYZ 31.85 25.16 4.28 -
YUV 131.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 207 113 28 0 0.45 0.86 0.19 28.49 0.76 0.46
Hex CF 71 1C 0 2D 56 13 1C 4C 2E
Octal 317 161 34 0 55 126 23 34 114 56
Binary 11001111 1110001 11100 0 101101 1010110 10011 11100 1001100 101110

Color Harmonies of #CF711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF711C

Black with #CF711C

Text Example


Text Example

White with #CF711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF711C; }

 p { color: rgb(207,113,28); }

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

background-color css

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

 a { background-color: rgb(207,113,28); }

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

border-color css

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

 span { border-color: rgb(207,113,28); }

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