Html Css Color HEX #CA881D Geebung

📋 copy color: '#CA881D'

red 202 ◦ green 136 ◦ blue 29

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

Shades of Geebung #CA881D

Tints of Geebung #CA881D

RGB

 RED value IS 202 (79.3% from 255) = 55.04%

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 55.04%
G = 37.06%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA881D (or 0xCA881D) is known color: Geebung. HEX triplet: CA, 88 and 1D. RGB value is (202,136,29). Sum of RGB (Red+Green+Blue) = 202+136+29=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA881D is #3577E2. Grayscale: #909090. Windows color (decimal): -3504099 or 1935562. OLE color: 1935562.

HSL color Cylindrical-coordinate representation of color #CA881D: hue angle of 37.11º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA881D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 29 -
CMYK 0 0.33 0.86 0.21
HSL 37.11º 0.75% 0.45% -
HSV(B) 37.11º 0.86% 0.79% -
XYZ 33.38 30.25 5.24 -
YUV 143.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 202 136 29 0 0.33 0.86 0.21 37.11 0.75 0.45
Hex CA 88 1D 0 21 56 15 25 4B 2D
Octal 312 210 35 0 41 126 25 45 113 55
Binary 11001010 10001000 11101 0 100001 1010110 10101 100101 1001011 101101

Color Harmonies of #CA881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA881D

Black with #CA881D

Text Example


Text Example

White with #CA881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA881D; }

 p { color: rgb(202,136,29); }

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

background-color css

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

 a { background-color: rgb(202,136,29); }

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

border-color css

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

 span { border-color: rgb(202,136,29); }

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