Html Css Color HEX #CF7C27 Ochre

📋 copy color: '#CF7C27'

red 207 ◦ green 124 ◦ blue 39

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

Shades of Ochre #CF7C27

Tints of Ochre #CF7C27

RGB

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

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

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

R = 55.95%
G = 33.51%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7C27 (or 0xCF7C27) is known color: Ochre. HEX triplet: CF, 7C and 27. RGB value is (207,124,39). Sum of RGB (Red+Green+Blue) = 207+124+39=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C27 is #3083D8. Grayscale: #8B8B8B. Windows color (decimal): -3179481 or 2587855. OLE color: 2587855.

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

Color convert

RGB 207 124 39 -
CMYK 0 0.40 0.81 0.19
HSL 30.36º 0.68% 0.48% -
HSV(B) 30.36º 0.81% 0.81% -
XYZ 33.31 27.83 5.54 -
YUV 139.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 207 124 39 0 0.40 0.81 0.19 30.36 0.68 0.48
Hex CF 7C 27 0 28 51 13 1E 44 30
Octal 317 174 47 0 50 121 23 36 104 60
Binary 11001111 1111100 100111 0 101000 1010001 10011 11110 1000100 110000

Color Harmonies of #CF7C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C27

Black with #CF7C27

Text Example


Text Example

White with #CF7C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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