Html Css Color HEX #CF7E27 Ochre

📋 copy color: '#CF7E27'

red 207 ◦ green 126 ◦ blue 39

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

Shades of Ochre #CF7E27

Tints of Ochre #CF7E27

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 39 (15.63% from 255) = 10.48%

R = 55.65%
G = 33.87%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7E27 (or 0xCF7E27) is known color: Ochre. HEX triplet: CF, 7E and 27. RGB value is (207,126,39). Sum of RGB (Red+Green+Blue) = 207+126+39=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E27 is #3081D8. Grayscale: #8C8C8C. Windows color (decimal): -3178969 or 2588367. OLE color: 2588367.

HSL color Cylindrical-coordinate representation of color #CF7E27: hue angle of 31.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7E27 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 39 -
CMYK 0 0.39 0.81 0.19
HSL 31.07º 0.68% 0.48% -
HSV(B) 31.07º 0.81% 0.81% -
XYZ 33.56 28.33 5.62 -
YUV 140.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 207 126 39 0 0.39 0.81 0.19 31.07 0.68 0.48
Hex CF 7E 27 0 27 51 13 1F 44 30
Octal 317 176 47 0 47 121 23 37 104 60
Binary 11001111 1111110 100111 0 100111 1010001 10011 11111 1000100 110000

Color Harmonies of #CF7E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E27

Black with #CF7E27

Text Example


Text Example

White with #CF7E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E27; }

 p { color: rgb(207,126,39); }

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

background-color css

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

 a { background-color: rgb(207,126,39); }

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

border-color css

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

 span { border-color: rgb(207,126,39); }

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