Html Css Color HEX #CE7D27 Ochre

📋 copy color: '#CE7D27'

red 206 ◦ green 125 ◦ blue 39

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

Shades of Ochre #CE7D27

Tints of Ochre #CE7D27

RGB

 RED value IS 206 (80.86% from 255) = 55.68%

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 55.68%
G = 33.78%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7D27 (or 0xCE7D27) is known color: Ochre. HEX triplet: CE, 7D and 27. RGB value is (206,125,39). Sum of RGB (Red+Green+Blue) = 206+125+39=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D27 is #3182D8. Grayscale: #8B8B8B. Windows color (decimal): -3244761 or 2588110. OLE color: 2588110.

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

Color convert

RGB 206 125 39 -
CMYK 0 0.39 0.81 0.19
HSL 30.9º 0.68% 0.48% -
HSV(B) 30.9º 0.81% 0.81% -
XYZ 33.15 27.94 5.56 -
YUV 139.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 206 125 39 0 0.39 0.81 0.19 30.9 0.68 0.48
Hex CE 7D 27 0 27 51 13 1F 44 30
Octal 316 175 47 0 47 121 23 37 104 60
Binary 11001110 1111101 100111 0 100111 1010001 10011 11111 1000100 110000

Color Harmonies of #CE7D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D27

Black with #CE7D27

Text Example


Text Example

White with #CE7D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D27; }

 p { color: rgb(206,125,39); }

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

background-color css

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

 a { background-color: rgb(206,125,39); }

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

border-color css

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

 span { border-color: rgb(206,125,39); }

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