Html Css Color HEX #CF7F25 Ochre

📋 copy color: '#CF7F25'

red 207 ◦ green 127 ◦ blue 37

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

Shades of Ochre #CF7F25

Tints of Ochre #CF7F25

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 55.8%
G = 34.23%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7F25 (or 0xCF7F25) is known color: Ochre. HEX triplet: CF, 7F and 25. RGB value is (207,127,37). Sum of RGB (Red+Green+Blue) = 207+127+37=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F25 is #3080DA. Grayscale: #8D8D8D. Windows color (decimal): -3178715 or 2457551. OLE color: 2457551.

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

Color convert

RGB 207 127 37 -
CMYK 0 0.39 0.82 0.19
HSL 31.76º 0.7% 0.48% -
HSV(B) 31.76º 0.82% 0.81% -
XYZ 33.66 28.58 5.49 -
YUV 140.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 207 127 37 0 0.39 0.82 0.19 31.76 0.7 0.48
Hex CF 7F 25 0 27 52 13 20 46 30
Octal 317 177 45 0 47 122 23 40 106 60
Binary 11001111 1111111 100101 0 100111 1010010 10011 100000 1000110 110000

Color Harmonies of #CF7F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F25

Black with #CF7F25

Text Example


Text Example

White with #CF7F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F25; }

 p { color: rgb(207,127,37); }

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

background-color css

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

 a { background-color: rgb(207,127,37); }

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

border-color css

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

 span { border-color: rgb(207,127,37); }

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