Html Css Color HEX #CF711D Ochre

📋 copy color: '#CF711D'

red 207 ◦ green 113 ◦ blue 29

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

Shades of Ochre #CF711D

Tints of Ochre #CF711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 59.31%
G = 32.38%
B = 8.31%

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

#CF711D (or 0xCF711D) is known color: Ochre. HEX triplet: CF, 71 and 1D. RGB value is (207,113,29). Sum of RGB (Red+Green+Blue) = 207+113+29=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF711D is #308EE2. Grayscale: #838383. Windows color (decimal): -3182307 or 1929679. OLE color: 1929679.

HSL color Cylindrical-coordinate representation of color #CF711D: hue angle of 28.31º degrees, saturation: 0.75, 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 #CF711D is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 29 -
CMYK 0 0.45 0.86 0.19
HSL 28.31º 0.75% 0.46% -
HSV(B) 28.31º 0.86% 0.81% -
XYZ 31.86 25.16 4.34 -
YUV 131.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 207 113 29 0 0.45 0.86 0.19 28.31 0.75 0.46
Hex CF 71 1D 0 2D 56 13 1C 4B 2E
Octal 317 161 35 0 55 126 23 34 113 56
Binary 11001111 1110001 11101 0 101101 1010110 10011 11100 1001011 101110

Color Harmonies of #CF711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF711D

Black with #CF711D

Text Example


Text Example

White with #CF711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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