Html Css Color HEX #CF7D27 Ochre

📋 copy color: '#CF7D27'

red 207 ◦ green 125 ◦ blue 39

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

Shades of Ochre #CF7D27

Tints of Ochre #CF7D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 55.8%
G = 33.69%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7D27 (or 0xCF7D27) is known color: Ochre. HEX triplet: CF, 7D and 27. RGB value is (207,125,39). Sum of RGB (Red+Green+Blue) = 207+125+39=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D27 is #3082D8. Grayscale: #8C8C8C. Windows color (decimal): -3179225 or 2588111. OLE color: 2588111.

HSL color Cylindrical-coordinate representation of color #CF7D27: hue angle of 30.71º 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 #CF7D27 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 39 -
CMYK 0 0.40 0.81 0.19
HSL 30.71º 0.68% 0.48% -
HSV(B) 30.71º 0.81% 0.81% -
XYZ 33.43 28.08 5.58 -
YUV 139.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 207 125 39 0 0.40 0.81 0.19 30.71 0.68 0.48
Hex CF 7D 27 0 28 51 13 1F 44 30
Octal 317 175 47 0 50 121 23 37 104 60
Binary 11001111 1111101 100111 0 101000 1010001 10011 11111 1000100 110000

Color Harmonies of #CF7D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D27

Black with #CF7D27

Text Example


Text Example

White with #CF7D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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