Html Css Color HEX #CF7B27 Ochre

📋 copy color: '#CF7B27'

red 207 ◦ green 123 ◦ blue 39

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

Shades of Ochre #CF7B27

Tints of Ochre #CF7B27

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

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

R = 56.1%
G = 33.33%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF7B27 (or 0xCF7B27) is known color: Ochre. HEX triplet: CF, 7B and 27. RGB value is (207,123,39). Sum of RGB (Red+Green+Blue) = 207+123+39=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B27 is #3084D8. Grayscale: #8A8A8A. Windows color (decimal): -3179737 or 2587599. OLE color: 2587599.

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

Color convert

RGB 207 123 39 -
CMYK 0 0.41 0.81 0.19
HSL 30º 0.68% 0.48% -
HSV(B) 30º 0.81% 0.81% -
XYZ 33.18 27.58 5.49 -
YUV 138.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 207 123 39 0 0.41 0.81 0.19 30 0.68 0.48
Hex CF 7B 27 0 29 51 13 1E 44 30
Octal 317 173 47 0 51 121 23 36 104 60
Binary 11001111 1111011 100111 0 101001 1010001 10011 11110 1000100 110000

Color Harmonies of #CF7B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B27

Black with #CF7B27

Text Example


Text Example

White with #CF7B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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