Html Css Color HEX #CF7C25 Ochre

📋 copy color: '#CF7C25'

red 207 ◦ green 124 ◦ blue 37

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

Shades of Ochre #CF7C25

Tints of Ochre #CF7C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 56.25%
G = 33.7%
B = 10.05%

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

#CF7C25 (or 0xCF7C25) is known color: Ochre. HEX triplet: CF, 7C and 25. RGB value is (207,124,37). Sum of RGB (Red+Green+Blue) = 207+124+37=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C25 is #3083DA. Grayscale: #8B8B8B. Windows color (decimal): -3179483 or 2456783. OLE color: 2456783.

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

Color convert

RGB 207 124 37 -
CMYK 0 0.40 0.82 0.19
HSL 30.71º 0.7% 0.48% -
HSV(B) 30.71º 0.82% 0.81% -
XYZ 33.27 27.81 5.37 -
YUV 138.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 207 124 37 0 0.40 0.82 0.19 30.71 0.7 0.48
Hex CF 7C 25 0 28 52 13 1F 46 30
Octal 317 174 45 0 50 122 23 37 106 60
Binary 11001111 1111100 100101 0 101000 1010010 10011 11111 1000110 110000

Color Harmonies of #CF7C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C25

Black with #CF7C25

Text Example


Text Example

White with #CF7C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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