Html Css Color HEX #CF7E25 Ochre

📋 copy color: '#CF7E25'

red 207 ◦ green 126 ◦ blue 37

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

Shades of Ochre #CF7E25

Tints of Ochre #CF7E25

RGB

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

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

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

R = 55.95%
G = 34.05%
B = 10%

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

#CF7E25 (or 0xCF7E25) is known color: Ochre. HEX triplet: CF, 7E and 25. RGB value is (207,126,37). Sum of RGB (Red+Green+Blue) = 207+126+37=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E25 is #3081DA. Grayscale: #8C8C8C. Windows color (decimal): -3178971 or 2457295. OLE color: 2457295.

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

Color convert

RGB 207 126 37 -
CMYK 0 0.39 0.82 0.19
HSL 31.41º 0.7% 0.48% -
HSV(B) 31.41º 0.82% 0.81% -
XYZ 33.53 28.32 5.45 -
YUV 140.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 207 126 37 0 0.39 0.82 0.19 31.41 0.7 0.48
Hex CF 7E 25 0 27 52 13 1F 46 30
Octal 317 176 45 0 47 122 23 37 106 60
Binary 11001111 1111110 100101 0 100111 1010010 10011 11111 1000110 110000

Color Harmonies of #CF7E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E25

Black with #CF7E25

Text Example


Text Example

White with #CF7E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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