Html Css Color HEX #CBE69D Reef

📋 copy color: '#CBE69D'

red 203 ◦ green 230 ◦ blue 157

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

Shades of Reef #CBE69D

Tints of Reef #CBE69D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.98%

 BLUE value IS 157 (61.72% from 255) = 26.61%

R = 34.41%
G = 38.98%
B = 26.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#CBE69D (or 0xCBE69D) is known color: Reef. HEX triplet: CB, E6 and 9D. RGB value is (203,230,157). Sum of RGB (Red+Green+Blue) = 203+230+157=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE69D is #341962. Grayscale: #D5D5D5. Windows color (decimal): -3414371 or 10348235. OLE color: 10348235.

HSL color Cylindrical-coordinate representation of color #CBE69D: hue angle of 82.19º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE69D is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 157 -
CMYK 0.12 0 0.32 0.10
HSL 82.19º 0.59% 0.76% -
HSV(B) 82.19º 0.32% 0.9% -
XYZ 59.01 71.72 42.63 -
YUV 213.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 203 230 157 0.12 0 0.32 0.10 82.19 0.59 0.76
Hex CB E6 9D C 0 20 A 52 3B 4C
Octal 313 346 235 14 0 40 12 122 73 114
Binary 11001011 11100110 10011101 1100 0 100000 1010 1010010 111011 1001100

Color Harmonies of #CBE69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE69D

Black with #CBE69D

Text Example


Text Example

White with #CBE69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE69D; }

 p { color: rgb(203,230,157); }

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

background-color css

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

 a { background-color: rgb(203,230,157); }

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

border-color css

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

 span { border-color: rgb(203,230,157); }

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