Html Css Color HEX #CF7D25 Ochre

📋 copy color: '#CF7D25'

red 207 ◦ green 125 ◦ blue 37

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

Shades of Ochre #CF7D25

Tints of Ochre #CF7D25

RGB

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

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

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

R = 56.1%
G = 33.88%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7D25 (or 0xCF7D25) is known color: Ochre. HEX triplet: CF, 7D and 25. RGB value is (207,125,37). Sum of RGB (Red+Green+Blue) = 207+125+37=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D25 is #3082DA. Grayscale: #8B8B8B. Windows color (decimal): -3179227 or 2457039. OLE color: 2457039.

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

Color convert

RGB 207 125 37 -
CMYK 0 0.40 0.82 0.19
HSL 31.06º 0.7% 0.48% -
HSV(B) 31.06º 0.82% 0.81% -
XYZ 33.4 28.07 5.41 -
YUV 139.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 207 125 37 0 0.40 0.82 0.19 31.06 0.7 0.48
Hex CF 7D 25 0 28 52 13 1F 46 30
Octal 317 175 45 0 50 122 23 37 106 60
Binary 11001111 1111101 100101 0 101000 1010010 10011 11111 1000110 110000

Color Harmonies of #CF7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D25

Black with #CF7D25

Text Example


Text Example

White with #CF7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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