Html Css Color HEX #CF7F19 Ochre

📋 copy color: '#CF7F19'

red 207 ◦ green 127 ◦ blue 25

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

Shades of Ochre #CF7F19

Tints of Ochre #CF7F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 57.66%
G = 35.38%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7F19 (or 0xCF7F19) is known color: Ochre. HEX triplet: CF, 7F and 19. RGB value is (207,127,25). Sum of RGB (Red+Green+Blue) = 207+127+25=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F19 is #3080E6. Grayscale: #8B8B8B. Windows color (decimal): -3178727 or 1671119. OLE color: 1671119.

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

Color convert

RGB 207 127 25 -
CMYK 0 0.39 0.88 0.19
HSL 33.63º 0.78% 0.45% -
HSV(B) 33.63º 0.88% 0.81% -
XYZ 33.5 28.51 4.66 -
YUV 139.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 207 127 25 0 0.39 0.88 0.19 33.63 0.78 0.45
Hex CF 7F 19 0 27 58 13 22 4E 2D
Octal 317 177 31 0 47 130 23 42 116 55
Binary 11001111 1111111 11001 0 100111 1011000 10011 100010 1001110 101101

Color Harmonies of #CF7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F19

Black with #CF7F19

Text Example


Text Example

White with #CF7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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