Html Css Color HEX #CF7927 Ochre

📋 copy color: '#CF7927'

red 207 ◦ green 121 ◦ blue 39

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

Shades of Ochre #CF7927

Tints of Ochre #CF7927

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 39 (15.63% from 255) = 10.63%

R = 56.4%
G = 32.97%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7927 (or 0xCF7927) is known color: Ochre. HEX triplet: CF, 79 and 27. RGB value is (207,121,39). Sum of RGB (Red+Green+Blue) = 207+121+39=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7927 is #3086D8. Grayscale: #898989. Windows color (decimal): -3180249 or 2587087. OLE color: 2587087.

HSL color Cylindrical-coordinate representation of color #CF7927: hue angle of 29.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7927 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 39 -
CMYK 0 0.42 0.81 0.19
HSL 29.29º 0.68% 0.48% -
HSV(B) 29.29º 0.81% 0.81% -
XYZ 32.94 27.09 5.41 -
YUV 137.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 207 121 39 0 0.42 0.81 0.19 29.29 0.68 0.48
Hex CF 79 27 0 2A 51 13 1D 44 30
Octal 317 171 47 0 52 121 23 35 104 60
Binary 11001111 1111001 100111 0 101010 1010001 10011 11101 1000100 110000

Color Harmonies of #CF7927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7927

Black with #CF7927

Text Example


Text Example

White with #CF7927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7927; }

 p { color: rgb(207,121,39); }

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

background-color css

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

 a { background-color: rgb(207,121,39); }

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

border-color css

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

 span { border-color: rgb(207,121,39); }

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