Html Css Color HEX #CF7525 Ochre

📋 copy color: '#CF7525'

red 207 ◦ green 117 ◦ blue 37

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

Shades of Ochre #CF7525

Tints of Ochre #CF7525

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 57.34%
G = 32.41%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7525 (or 0xCF7525) is known color: Ochre. HEX triplet: CF, 75 and 25. RGB value is (207,117,37). Sum of RGB (Red+Green+Blue) = 207+117+37=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7525 is #308ADA. Grayscale: #878787. Windows color (decimal): -3181275 or 2454991. OLE color: 2454991.

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

Color convert

RGB 207 117 37 -
CMYK 0 0.43 0.82 0.19
HSL 28.24º 0.7% 0.48% -
HSV(B) 28.24º 0.82% 0.81% -
XYZ 32.43 26.12 5.08 -
YUV 134.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 207 117 37 0 0.43 0.82 0.19 28.24 0.7 0.48
Hex CF 75 25 0 2B 52 13 1C 46 30
Octal 317 165 45 0 53 122 23 34 106 60
Binary 11001111 1110101 100101 0 101011 1010010 10011 11100 1000110 110000

Color Harmonies of #CF7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7525

Black with #CF7525

Text Example


Text Example

White with #CF7525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7525; }

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

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

background-color css

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

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

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

border-color css

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

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

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