Html Css Color HEX #CB7C15 Ochre

📋 copy color: '#CB7C15'

red 203 ◦ green 124 ◦ blue 21

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

Shades of Ochre #CB7C15

Tints of Ochre #CB7C15

RGB

 RED value IS 203 (79.69% from 255) = 58.33%

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

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 58.33%
G = 35.63%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7C15 (or 0xCB7C15) is known color: Ochre. HEX triplet: CB, 7C and 15. RGB value is (203,124,21). Sum of RGB (Red+Green+Blue) = 203+124+21=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C15 is #3483EA. Grayscale: #888888. Windows color (decimal): -3441643 or 1408203. OLE color: 1408203.

HSL color Cylindrical-coordinate representation of color #CB7C15: hue angle of 33.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7C15 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 124 21 -
CMYK 0 0.39 0.90 0.20
HSL 33.96º 0.81% 0.44% -
HSV(B) 33.96º 0.9% 0.8% -
XYZ 31.97 27.17 4.27 -
YUV 135.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 203 124 21 0 0.39 0.90 0.20 33.96 0.81 0.44
Hex CB 7C 15 0 27 5A 14 22 51 2C
Octal 313 174 25 0 47 132 24 42 121 54
Binary 11001011 1111100 10101 0 100111 1011010 10100 100010 1010001 101100

Color Harmonies of #CB7C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C15

Black with #CB7C15

Text Example


Text Example

White with #CB7C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C15; }

 p { color: rgb(203,124,21); }

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

background-color css

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

 a { background-color: rgb(203,124,21); }

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

border-color css

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

 span { border-color: rgb(203,124,21); }

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